Home
last modified time | relevance | path

Searched refs:LONG (Results 1 - 25 of 382) sorted by relevance

12345678910>>...16

/third_party/lzma/CPP/Windows/
H A DRegistry.h12 LONG SetValue(HKEY parentKey, LPCTSTR keyName, LPCTSTR valueName, LPCTSTR value);
30 LONG Create(HKEY parentKey, LPCTSTR keyName,
35 LONG Open(HKEY parentKey, LPCTSTR keyName, REGSAM accessMask = KEY_ALL_ACCESS) throw();
37 LONG Close() throw();
39 LONG DeleteSubKey(LPCTSTR subKeyName) throw();
40 LONG RecurseDeleteKey(LPCTSTR subKeyName) throw();
42 LONG DeleteValue(LPCTSTR name) throw();
44 LONG DeleteValue(LPCWSTR name);
47 LONG SetValue(LPCTSTR valueName, UInt32 value) throw();
48 LONG SetValu
[all...]
H A DRegistry.cpp37 LONG CKey::Create(HKEY parentKey, LPCTSTR keyName, in Create()
44 LONG res = RegCreateKeyEx(parentKey, keyName, 0, keyClass, in Create()
56 LONG CKey::Open(HKEY parentKey, LPCTSTR keyName, REGSAM accessMask) throw() in Open()
60 LONG res = RegOpenKeyEx(parentKey, keyName, 0, accessMask, &key); in Open()
70 LONG CKey::Close() throw() in Close()
72 LONG res = ERROR_SUCCESS; in Close()
83 LONG CKey::DeleteSubKey(LPCTSTR subKeyName) throw() in DeleteSubKey()
89 LONG CKey::RecurseDeleteKey(LPCTSTR subKeyName) throw() in RecurseDeleteKey()
92 LONG res = key.Open(_object, subKeyName, KEY_READ | KEY_WRITE); in RecurseDeleteKey()
118 LONG CKe
[all...]
/third_party/gn/src/base/win/
H A Dregistry.h25 // * Functions returning LONG indicate success as ERROR_SUCCESS or an
34 LONG Create(HKEY rootkey, const char16_t* subkey, REGSAM access);
36 LONG CreateWithDisposition(HKEY rootkey,
42 LONG CreateKey(const char16_t* name, REGSAM access);
45 LONG Open(HKEY rootkey, const char16_t* subkey, REGSAM access);
48 LONG OpenKey(const char16_t* relative_key_name, REGSAM access);
68 LONG GetValueNameAt(int index, std::u16string* name) const;
75 LONG DeleteKey(const char16_t* name);
79 LONG DeleteEmptyKey(const char16_t* name);
82 LONG DeleteValu
[all...]
H A Dregistry.cc62 LONG RegKey::Create(HKEY rootkey, const char16_t* subkey, REGSAM access) { in Create()
67 LONG RegKey::CreateWithDisposition(HKEY rootkey, in CreateWithDisposition()
73 LONG result = RegCreateKeyEx(rootkey, ToWCharT(subkey), 0, NULL, in CreateWithDisposition()
85 LONG RegKey::CreateKey(const char16_t* name, REGSAM access) { in CreateKey()
97 LONG result = in CreateKey()
109 LONG RegKey::Open(HKEY rootkey, const char16_t* subkey, REGSAM access) { in Open()
113 LONG result = RegOpenKeyEx(rootkey, ToWCharT(subkey), 0, access, &subhkey); in Open()
123 LONG RegKey::OpenKey(const char16_t* relative_key_name, REGSAM access) { in OpenKey()
135 LONG result = in OpenKey()
178 LONG resul in GetValueCount()
[all...]
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DFieldType.java44 INT64(2, Collection.SCALAR, JavaType.LONG),
45 UINT64(3, Collection.SCALAR, JavaType.LONG),
47 FIXED64(5, Collection.SCALAR, JavaType.LONG),
56 SFIXED64(14, Collection.SCALAR, JavaType.LONG),
58 SINT64(16, Collection.SCALAR, JavaType.LONG),
62 INT64_LIST(20, Collection.VECTOR, JavaType.LONG),
63 UINT64_LIST(21, Collection.VECTOR, JavaType.LONG),
65 FIXED64_LIST(23, Collection.VECTOR, JavaType.LONG),
74 SFIXED64_LIST(32, Collection.VECTOR, JavaType.LONG),
76 SINT64_LIST(34, Collection.VECTOR, JavaType.LONG),
[all...]
H A DWireFormat.java86 LONG(0L), enum constant
114 INT64(JavaType.LONG, WIRETYPE_VARINT),
115 UINT64(JavaType.LONG, WIRETYPE_VARINT),
117 FIXED64(JavaType.LONG, WIRETYPE_FIXED64),
147 SFIXED64(JavaType.LONG, WIRETYPE_FIXED64),
149 SINT64(JavaType.LONG, WIRETYPE_VARINT);
/third_party/python/Lib/ctypes/
H A Dwintypes.py26 LONG = ctypes.c_long variable
98 _fields_ = [("left", LONG),
99 ("top", LONG),
100 ("right", LONG),
101 ("bottom", LONG)]
116 _fields_ = [("x", LONG),
117 ("y", LONG)]
121 _fields_ = [("cx", LONG),
122 ("cy", LONG)]
184 LPLONG = PLONG = ctypes.POINTER(LONG)
[all...]
/third_party/lzma/CPP/Windows/Control/
H A DPropertyPage.h29 virtual LONG OnSetActive() { return false; } // false = OK in OnSetActive()
30 virtual LONG OnSetActive2(const PSHNOTIFY *) { return OnSetActive(); } in OnSetActive2()
31 virtual LONG OnApply() { return PSNRET_NOERROR; } in OnApply()
32 virtual LONG OnApply2(const PSHNOTIFY *) { return OnApply(); } in OnApply2()
/third_party/lame/ACM/
H A Dmain.cpp81 LONG WINAPI DriverProc(DWORD dwDriverId, HDRVR hdrvr, UINT msg, LONG lParam1, LONG lParam2) in DriverProc()
126 return (LONG)ThisACM;// returns 0L to fail in DriverProc()
H A DACM.h66 LONG DriverProcedure(const HDRVR hdrvr, const UINT msg, LONG lParam1, LONG lParam2);
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DCompactDecimalFormatTest.java399 CompactDecimalFormat.getInstance(new Locale("ar-EG"), CompactStyle.LONG); in TestArabicLongStyle()
410 checkLocale(ULocale.forLanguageTag("sk"), CompactStyle.LONG, SkTestDataLong); in TestSkLong()
420 checkLocale(ULocale.forLanguageTag("sr"), CompactStyle.LONG, SerbianTestDataLong); in TestSerbianLong()
425 checkLocale(ULocale.forLanguageTag("sr"), CompactStyle.LONG, SerbianTestDataLongNegative); in TestSerbianLongNegative()
482 ULocale.forLanguageTag("sw"), CompactStyle.LONG); in TestEquals()
491 ULocale.ENGLISH, CompactStyle.LONG); in TestBig()
504 ULocale.ENGLISH, CompactStyle.LONG); in TestParsing()
556 ULocale.ENGLISH, CompactStyle.LONG); in TestWriteAndReadObject()
616 CompactDecimalFormat cdfLong = CompactDecimalFormat.getInstance(loc, CompactStyle.LONG); in TestLongShortFallback()
630 CompactDecimalFormat cdfLong = CompactDecimalFormat.getInstance(loc, CompactStyle.LONG); in TestLocales()
[all...]
/third_party/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/jdkadapter/
H A DCalendarICU.java120 if (field < 0 || field >= FIELD_COUNT || (style != SHORT && style != LONG && style != ALL_STYLES)) { in getDisplayName()
136 if (field < 0 || field >= FIELD_COUNT || (style != SHORT && style != LONG && style != ALL_STYLES)) { in getDisplayNames()
149 Map<String,Integer> longMap = getFieldStringsMap(field, LONG, dfs); in getDisplayNames()
310 result = (style == LONG) ? dfs.getWeekdays() : dfs.getShortWeekdays(); in getFieldStrings()
313 //result = (style == LONG) ? dfs.getEraNames() : dfs.getEras(); in getFieldStrings()
317 result = (style == LONG) ? dfs.getMonths() : dfs.getShortMonths(); in getFieldStrings()
/third_party/icu/icu4c/source/common/
H A Dwintz.cpp54 LONG Bias;
55 LONG StandardBias;
56 LONG DaylightBias;
119 LONG utcOffsetMins = dynamicTZI.Bias; in uprv_detectWindowsTimeZone()
179 LONG ret; in uprv_detectWindowsTimeZone()
/third_party/node/deps/icu-small/source/common/
H A Dwintz.cpp54 LONG Bias;
55 LONG StandardBias;
56 LONG DaylightBias;
119 LONG utcOffsetMins = dynamicTZI.Bias; in uprv_detectWindowsTimeZone()
179 LONG ret; in uprv_detectWindowsTimeZone()
/third_party/skia/third_party/externals/icu/source/common/
H A Dwintz.cpp54 LONG Bias;
55 LONG StandardBias;
56 LONG DaylightBias;
119 LONG utcOffsetMins = dynamicTZI.Bias; in uprv_detectWindowsTimeZone()
179 LONG ret; in uprv_detectWindowsTimeZone()
/third_party/node/deps/v8/src/base/
H A Dwin32-headers.h53 typedef long LONG; // NOLINT(runtime/int) typedef
88 LONG LockCount;
89 LONG RecursionCount;
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/converged/
H A DCompositorNativeWindow11.cpp54 rect->top = static_cast<LONG>(offset.Y); in getClientRect()
55 rect->left = static_cast<LONG>(offset.X); in getClientRect()
56 rect->right = static_cast<LONG>(offset.X) + static_cast<LONG>(size.X); in getClientRect()
57 rect->bottom = static_cast<LONG>(offset.Y) + static_cast<LONG>(size.Y); in getClientRect()
/third_party/vk-gl-cts/framework/delibs/deutil/
H A DdeFile.c316 LONG lowBits = (LONG)(offset & 0xFFFFFFFFll); in deFile_seek()
317 LONG highBits = (LONG)((offset >> 32) & 0xFFFFFFFFll); in deFile_seek()
334 LONG highBits = 0; in deFile_getPosition()
335 LONG lowBits = SetFilePointer(file->handle, 0, &highBits, FILE_CURRENT); in deFile_getPosition()
/third_party/lzma/C/
H A DThreads.c148 // negative ((LONG)maxCount) is not supported in WIN32::CreateSemaphore() in Semaphore_Create()
149 *p = CreateSemaphore(NULL, (LONG)initCount, (LONG)maxCount, NULL); in Semaphore_Create()
164 static WRes Semaphore_Release(CSemaphore *p, LONG releaseCount, LONG *previousCount) in Semaphore_Release()
167 { return Semaphore_Release(p, (LONG)num, NULL); } in Semaphore_ReleaseN()
536 LONG InterlockedIncrement(LONG volatile *addend) in InterlockedIncrement()
540 LONG val = *addend + 1; in InterlockedIncrement()
/third_party/glfw/deps/mingw/
H A Ddinput.h781 LONG lMin;
782 LONG lMax;
786 #define DIPROPRANGE_NOMIN ((LONG)0x80000000)
787 #define DIPROPRANGE_NOMAX ((LONG)0x7FFFFFFF)
792 LONG lMin;
793 LONG lCenter;
794 LONG lMax;
800 LONG lMin[5];
801 LONG lMax[5];
884 LONG l
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dconfig_winreg.c55 LONG ret; in wpa_config_read_blobs()
122 LONG ret; in wpa_config_read_reg_dword()
139 LONG ret; in wpa_config_read_reg_string()
289 LONG ret; in wpa_config_read_network()
379 LONG ret; in wpa_config_read_networks()
446 LONG ret; in wpa_config_read()
497 LONG ret; in wpa_config_write_reg_dword()
520 LONG ret; in wpa_config_write_reg_string()
645 LONG ret; in wpa_config_delete_subkeys()
843 LONG re in wpa_config_write_network()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dconfig_winreg.c55 LONG ret; in wpa_config_read_blobs()
122 LONG ret; in wpa_config_read_reg_dword()
139 LONG ret; in wpa_config_read_reg_string()
298 LONG ret; in wpa_config_read_network()
388 LONG ret; in wpa_config_read_networks()
455 LONG ret; in wpa_config_read()
506 LONG ret; in wpa_config_write_reg_dword()
529 LONG ret; in wpa_config_write_reg_string()
654 LONG ret; in wpa_config_delete_subkeys()
854 LONG re in wpa_config_write_network()
[all...]
/third_party/node/deps/openssl/openssl/crypto/
H A Dthreads_win.c136 LONG volatile *lock = (LONG *)once; in CRYPTO_THREAD_run_once()
137 LONG result; in CRYPTO_THREAD_run_once()
/third_party/openssl/crypto/
H A Dthreads_win.c136 LONG volatile *lock = (LONG *)once; in CRYPTO_THREAD_run_once()
137 LONG result; in CRYPTO_THREAD_run_once()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DDateTimePatternGenerator.java678 style = DateFormat.LONG; in getBestPattern()
1068 * - DateFormat.LONG (for a date pattern with long month), else
2438 LONG = -0x104, field in DateTimePatternGenerator
2508 {'G', ERA, LONG, 4},
2516 {'U', YEAR, LONG, 4},
2521 {'Q', QUARTER, LONG, 4},
2525 {'q', QUARTER, LONG - DELTA, 4},
2530 {'M', MONTH, LONG, 4},
2534 {'L', MONTH, LONG - DELTA, 4},
2543 {'E', WEEKDAY, LONG,
[all...]

Completed in 22 milliseconds

12345678910>>...16