HomeSort by relevance Sort by last modified time
    Searched refs:elem (Results 401 - 425 of 1616) sorted by null

<<11121314151617181920>>

  /external/vulkan-validation-layers/scripts/
helper_file_generator.py 181 groupElem = groupinfo.elem
185 for elem in groupElem.findall('enum'):
186 if elem.get('supported') != 'disabled':
187 item_name = elem.get('name')
193 for elem in groupElem.findall('enum'):
194 if elem.get('supported') != 'disabled':
195 item_name = elem.get('name')
198 for elem in groupElem.findall('enum'):
199 if elem.get('supported') != 'disabled':
200 item_name = elem.get('name'
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
itertoolsmodule.c 1924 PyObject *elem; local
2155 PyObject *elem; local
2404 PyObject *elem; local
2663 PyObject *elem; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
itertoolsmodule.c 1885 PyObject *elem; local
2116 PyObject *elem; local
2365 PyObject *elem; local
2624 PyObject *elem; local
    [all...]
  /external/python/cpython2/Modules/
itertoolsmodule.c 1921 PyObject *elem; local
2152 PyObject *elem; local
2401 PyObject *elem; local
2660 PyObject *elem; local
    [all...]
  /prebuilts/go/darwin-x86/src/syscall/
fs_nacl.go 170 func skipelem(path string) (elem, rest string) {
181 elem, path = path[:i], path[i:]
185 return elem, path
189 // If parent is false, the returned ip corresponds to the given name, and elem is the empty string.
191 // so that ip is the parent directory and elem is the final element in the path.
192 func (fs *fsys) namei(path string, parent bool) (ip *inode, elem string, err error) {
216 elem, rest := skipelem(path)
217 if elem == "" {
226 if len(elem) >= 256 {
231 return ip, elem, ni
    [all...]
  /prebuilts/go/linux-x86/src/syscall/
fs_nacl.go 170 func skipelem(path string) (elem, rest string) {
181 elem, path = path[:i], path[i:]
185 return elem, path
189 // If parent is false, the returned ip corresponds to the given name, and elem is the empty string.
191 // so that ip is the parent directory and elem is the final element in the path.
192 func (fs *fsys) namei(path string, parent bool) (ip *inode, elem string, err error) {
216 elem, rest := skipelem(path)
217 if elem == "" {
226 if len(elem) >= 256 {
231 return ip, elem, ni
    [all...]
  /cts/suite/audio_quality/lib/src/task/
ModelBuilder.cpp 237 TaskCase* ModelBuilder::parseInclude(const XMLElement& elem, const android::String8& path)
239 const char* fileName = elem.Attribute("file");
251 bool ModelBuilder::parseAttributes(const XMLElement& elem, TaskGeneric& task)
253 const XMLAttribute* attr = elem.FirstAttribute();
  /cts/tests/camera/src/android/hardware/multiprocess/camera/cts/
ErrorLoggingService.java 123 Pair<Integer, Messenger> elem = iter.next(); local
125 if (elem.first == null || elem.first == i.getEvent()) {
132 elem.second.send(m);
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
dumpcycles.c 27 c = (Cycle *) p->elem;
  /external/apache-xml/src/main/java/org/apache/xml/utils/
NodeVector.java 581 * @param elem Node to look for
587 public int indexOf(int elem, int index)
597 if (node == elem)
609 * @param elem Node to look for
614 public int indexOf(int elem)
624 if (node == elem)
  /external/boringssl/src/include/openssl/
conf.h 133 int (*list_cb)(const char *elem, int len, void *usr),
  /external/compiler-rt/include/sanitizer/
dfsan_interface.h 73 /// Returns whether the given label label contains the label elem.
74 int dfsan_has_label(dfsan_label label, dfsan_label elem);
  /external/icu/icu4c/source/common/
uvectr32.cpp 98 void UVector32::setElementAt(int32_t elem, int32_t index) {
100 elements[index] = elem;
105 void UVector32::insertElementAt(int32_t elem, int32_t index, UErrorCode &status) {
111 elements[index] = elem;
  /external/libchrome/base/memory/
scoped_vector.h 68 void push_back(T* elem) { v_.push_back(elem); }
69 void push_back(std::unique_ptr<T> elem) { v_.push_back(elem.release()); }
  /external/libxml2/
testOOM.c 169 static unsigned int elem, attrs, chars; variable
179 elem++;
250 elem = 0;
304 p->filename, elem, attrs, chars,
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_type.c 264 LLVMTypeRef elem = LLVMGetElementType(t); local
266 return len * lp_sizeof_llvm_type(elem);
271 LLVMTypeRef elem = LLVMGetElementType(t); local
273 return len * lp_sizeof_llvm_type(elem);
  /external/webrtc/webrtc/libjingle/xmpp/
pubsubtasks.h 27 const XmlElement* elem; member in struct:buzz::PubSubItem
  /packages/apps/Car/libs/
resource_generator.py 123 for elem in root:
124 if elem.tag == tag and elem.attrib[attr_name] == resource_name:
125 resource_node = elem
  /prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/sanitizer/
dfsan_interface.h 73 /// Returns whether the given label label contains the label elem.
74 int dfsan_has_label(dfsan_label label, dfsan_label elem);
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/sanitizer/
dfsan_interface.h 73 /// Returns whether the given label label contains the label elem.
74 int dfsan_has_label(dfsan_label label, dfsan_label elem);
  /prebuilts/clang/host/darwin-x86/clang-4053586/lib64/clang/5.0/include/sanitizer/
dfsan_interface.h 73 /// Returns whether the given label label contains the label elem.
74 int dfsan_has_label(dfsan_label label, dfsan_label elem);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/compiler-rt/include/sanitizer/
dfsan_interface.h 73 /// Returns whether the given label label contains the label elem.
74 int dfsan_has_label(dfsan_label label, dfsan_label elem);
  /prebuilts/clang/host/darwin-x86/clang-4393122/lib64/clang/5.0.1/include/sanitizer/
dfsan_interface.h 73 /// Returns whether the given label label contains the label elem.
74 int dfsan_has_label(dfsan_label label, dfsan_label elem);
  /prebuilts/clang/host/darwin-x86/clang-4479392/lib64/clang/5.0.2/include/sanitizer/
dfsan_interface.h 73 /// Returns whether the given label label contains the label elem.
74 int dfsan_has_label(dfsan_label label, dfsan_label elem);
  /prebuilts/clang/host/darwin-x86/clang-4579689/lib64/clang/6.0.1/include/sanitizer/
dfsan_interface.h 73 /// Returns whether the given label label contains the label elem.
74 int dfsan_has_label(dfsan_label label, dfsan_label elem);

Completed in 3987 milliseconds

<<11121314151617181920>>