HomeSort by relevance Sort by last modified time
    Searched refs:REG_BINARY (Results 1 - 13 of 13) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
inetreg.h 62 #define REGSTR_VAL_IE_CUSTOMCOLORS_TYPE REG_BINARY
206 #define REGSTR_VAL_SECURITYWARNONSEND_TYPE REG_BINARY
210 #define REGSTR_VAL_SECURITYWARNONSENDALWAYS_TYPE REG_BINARY
214 #define REGSTR_VAL_SECURITYWARNONVIEW_TYPE REG_BINARY
218 #define REGSTR_VAL_SECURITYALLOWCOOKIES_TYPE REG_BINARY
222 #define REGSTR_VAL_SECURITYWARNONZONECROSSING_TYPE REG_BINARY
226 #define REGSTR_VAL_SECURITYWARNONBADCERTVIEWING_TYPE REG_BINARY
230 #define REGSTR_VAL_SECURITYWARNONBADCERTSENDING_TYPE REG_BINARY
238 #define REGSTR_VAL_SECURITYACTIVEX_TYPE REG_BINARY
242 #define REGSTR_VAL_SECURITYACTICEXSCRIPTS_TYPE REG_BINARY
    [all...]
slpublic.h 27 SL_DATA_BINARY = REG_BINARY,
winnt.h     [all...]
  /external/webrtc/webrtc/base/
win32regkey.cc 79 REG_BINARY, &value, sizeof(value));
88 REG_BINARY, &value, sizeof(value));
107 return SetValueStaticHelper(full_key_name, value_name, REG_BINARY,
148 REG_BINARY, buffer.accept(), &byte_count);
167 REG_BINARY, buffer.accept(), &byte_count);
218 REG_BINARY, value, byte_count);
409 case REG_BINARY:
463 case REG_BINARY:
665 ASSERT((hr != S_OK) || (type == REG_MULTI_SZ) || (type == REG_BINARY));
725 REG_BINARY, value, byte_count)
    [all...]
win32regkey_unittest.cc 334 EXPECT_EQ(type, REG_BINARY);
  /external/lzma/CPP/Windows/
Registry.cpp 166 return RegSetValueEx(_object, name, 0, REG_BINARY,
287 MYASSERT((res != ERROR_SUCCESS) || (type == REG_BINARY));
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_winreg.py 43 ("Raw Data", ("binary"+chr(0)+"data"), REG_BINARY),
45 ("Big Binary", "x"*(2**14), REG_BINARY),
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_winreg.py 43 ("Raw Data", ("binary"+chr(0)+"data"), REG_BINARY),
45 ("Big Binary", "x"*(2**14), REG_BINARY),
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_winreg.py 43 ("Raw Data", ("binary"+chr(0)+"data"), REG_BINARY),
45 ("Big Binary", "x"*(2**14), REG_BINARY),
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_winreg.py 43 ("Raw Data", ("binary"+chr(0)+"data"), REG_BINARY),
45 ("Big Binary", "x"*(2**14), REG_BINARY),
  /external/wpa_supplicant_8/wpa_supplicant/
config_winreg.c 963 ret = RegSetValueEx(bhk, name, 0, REG_BINARY, blob->data,
  /prebuilts/tools/common/m2/repository/net/java/dev/jna/platform/3.4.0/
platform-3.4.0.jar 
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
wdm.h     [all...]

Completed in 1416 milliseconds