/external/ipsec-tools/src/racoon/ |
ipsec_doi.c | [all...] |
/dalvik/dexdump/ |
DexDump.cpp | 2003 const DexCallSiteId* ids = (const DexCallSiteId*)(pDexFile->baseAddr + item->offset); local [all...] |
/external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/ |
linear_test.py | 55 ids = np.where((iris.target == 0) | (iris.target == 1)) 56 iris = base.Dataset(data=iris.data[ids], target=iris.target[ids]) [all...] |
/external/v8/src/inspector/ |
v8-debugger-agent-impl.cc | 352 const std::vector<String16>& ids = debuggerBreakpointIdsIterator->second; local 353 for (size_t i = 0; i < ids.size(); ++i) { 354 const String16& debuggerBreakpointId = ids[i]; [all...] |
/external/vulkan-validation-layers/layers/ |
shader_validation.cpp | 839 std::unordered_set<uint32_t> ids; local [all...] |
/external/webrtc/talk/session/media/ |
mediasession.cc | 368 // Loops through all Id in |ids| and changes its id if it is 370 // in a session description to make sure no duplicate ids exists. 373 void FindAndSetIdUsed(std::vector<Id>* ids) { 374 for (typename std::vector<Id>::iterator it = ids->begin(); 375 it != ids->end(); ++it) { 403 // default ids as little as possible. 440 // Helper class used for finding duplicate RTP Header extension ids among [all...] |
/frameworks/av/services/camera/libcameraservice/common/ |
CameraProviderManager.cpp | 117 // Uint device IDs first 413 const uint8_t* ids = entryIds.data.u8; local 416 if (ids[i] == '\0') { 418 physicalCameraIds->push_back((const char*)ids+start); [all...] |
/frameworks/base/core/java/android/view/ |
ViewDebug.java | 469 final String[] ids = parameter.split("@"); local 470 final String className = ids[0]; 471 final int hashCode = (int) Long.parseLong(ids[1], 16); [all...] |
/frameworks/base/services/core/java/com/android/server/input/ |
InputManagerService.java | 681 * Gets the ids of all input devices in the system. 682 * @return The input device ids. 688 int[] ids = new int[count]; local 690 ids[i] = mInputDevices[i].getId(); 692 return ids; [all...] |
/system/core/logcat/tests/ |
logcat_test.cpp | 100 int ids = 0; local 109 ids |= 1 << id; 116 EXPECT_EQ(ids, 15); [all...] |
/device/generic/goldfish-opengl/system/include/GLES3/ |
gl31.h | [all...] |
/external/freetype/src/sfnt/ |
ttcmap.c | 153 table += 6; /* go to glyph IDs */ 289 /* within the glyph IDs table (and not within the `subs' table itself or */ 370 FT_Byte* ids; local 373 ids = p - 2 + offset; 374 if ( ids < glyph_ids || ids + code_count * 2 > table + length ) 377 /* check glyph IDs */ 675 /* Otherwise, a glyph index is taken from the glyph IDs sub-array for */ [all...] |
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/ |
TransliteratorTest.java | 858 * Test filter syntax in IDs. (J23) 2919 Iterator ids = m.keySet().iterator(); local [all...] |
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/ |
TransliteratorTest.java | 855 * Test filter syntax in IDs. (J23) 2916 Iterator ids = m.keySet().iterator(); local [all...] |
/external/mesa3d/src/gallium/drivers/svga/ |
svga_cmd.h | 367 const SVGA3dShaderResourceViewId ids[],
|
/external/mesa3d/src/mesa/main/ |
bufferobj.c | [all...] |
/external/perf_data_converter/src/ |
perf_data_handler.cc | 58 for (uint64 id : attr.ids()) { 134 // map filenames to build-ids.
|
/external/perf_data_converter/src/quipper/ |
test_perf_data.cc | 219 .ids = {.offset = 104, .size = 0},
|
/external/syslinux/gpxe/src/drivers/net/ |
3c90x.c | 869 * @ pci_id PCI device IDs 982 .ids = a3c90x_nics,
|
myri10ge.c | 1029 .ids = myri10ge_nics,
|
natsemi.c | 605 .ids = natsemi_nics,
|
rtl8139.c | 590 .ids = rtl8139_nics,
|
/external/toybox/generated/ |
globals.h | 293 char *ids; member in struct:lspci_data
|
/frameworks/rs/cpp/ |
rsDispatch.h | 26 typedef void (*ElementGetSubElementsFnPtr)(RsContext, RsElement, uintptr_t *ids, const char **names, size_t *arraySizes, uint32_t dataSize);
|
/frameworks/rs/ |
rsApiStubs.h | 51 extern "C" void rsaElementGetSubElements(RsContext con, RsElement elem, uintptr_t *ids, const char **names, size_t *arraySizes, uint32_t dataSize);
|