HomeSort by relevance Sort by last modified time
    Searched defs:source (Results 1151 - 1175 of 1682) sorted by null

<<41424344454647484950>>

  /external/kernel-headers/original/uapi/sound/
asequencer.h 170 #define SNDRV_SEQ_ADDRESS_UNKNOWN 253 /* unknown source */
282 struct snd_seq_addr source; /* source address */ member in struct:snd_seq_event
521 int type; /* source timer type */
  /external/minijail/
libminijail.c 2 * Use of this source code is governed by a BSD-style license that can be
636 * mount, then the original path is exactly the source of
639 * mount source = /some/path/exe, mount dest =
641 * "/chroot/path/exe", the source of that mount,
650 * mount destination path, and append it to the mount source
1353 const char *source, *dest; member in struct:dev_sym_spec
    [all...]
  /external/python/cpython3/Modules/
itertoolsmodule.c 1816 PyObject *source; \/* Iterator over input iterables *\/ member in struct:__anon37389
1841 PyObject *source; local
1856 PyObject *source; local
1942 PyObject *source, *active=NULL; local
    [all...]
  /external/swiftshader/src/OpenGL/compiler/
OutputASM.cpp 2381 void OutputASM::source(sw::Shader::SourceParameter &parameter, TIntermNode *argument, int index) function in class:glsl::OutputASM
    [all...]
  /external/swiftshader/src/OpenGL/compiler/preprocessor/
Tokenizer.cpp 593 /* Whether this is an "interactive" input source; if so, and
621 * shouldn't try reading from the input source any more. We might
1865 char *source = yyg->yytext_ptr; local
    [all...]
  /external/swiftshader/src/OpenGL/libGLES_CM/
Context.cpp 2450 unsigned char *source = (unsigned char*)renderTarget->lock(rect.x0, rect.y0, 0, sw::LOCK_READONLY); local
    [all...]
  /external/swiftshader/src/OpenGL/libGLESv2/
libGLESv2.cpp 929 es2::Renderbuffer *source = framebuffer->getReadColorbuffer(); local
931 if(context->getReadFramebufferName() != 0 && (!source || source->getSamples() > 1))
936 GLenum colorbufferFormat = source->getFormat();
997 texture->copyImage(level, internalformat, x, y, width, height, source);
1008 texture->copyImage(target, level, internalformat, x, y, width, height, source);
1051 es2::Renderbuffer *source = framebuffer->getReadColorbuffer(); local
1053 if(context->getReadFramebufferName() != 0 && (!source || source->getSamples() > 1))
1076 texture->copySubImage(target, level, xoffset, yoffset, 0, x, y, width, height, source);
5880 es2::Renderbuffer *source = framebuffer->getReadColorbuffer(); local
    [all...]
  /external/v8/src/builtins/
builtins-array-gen.cc 2 // Use of this source code is governed by a BSD-style license that can be
3852 Node* const source = Parameter(Descriptor::kSource); local
3865 Node* const source = Parameter(Descriptor::kSource); local
    [all...]
builtins-regexp-gen.cc 2 // Use of this source code is governed by a BSD-style license that can be
1324 Node* const source = local
    [all...]
  /external/v8/src/
log.cc 2 // Use of this source code is governed by a BSD-style license that can be
29 #include "src/source-position-table.h"
212 SharedFunctionInfo* shared, Name* source,
218 if (source->IsString()) {
219 name_buffer_->AppendString(String::cast(source));
222 name_buffer_->AppendHex(Name::cast(source)->Hash());
249 String* source) {
251 name_buffer_->AppendString(source);
437 SharedFunctionInfo* shared, Name* source, int line, int column) {
442 Name::ToFunctionName(isolate_, Handle<Name>(source, isolate_)
1412 msg << source; local
    [all...]
  /external/v8/src/mips/
macro-assembler-mips.cc 2 // Use of this source code is governed by a BSD-style license that can be
1058 MemOperand source = rs; local
1060 AdjustBaseAndOffset(source, OffsetAccessType::TWO_ACCESSES, 3);
1061 if (rd != source.rm()) {
1062 lwr(rd, MemOperand(source.rm(), source.offset() + kMipsLwrOffset));
1063 lwl(rd, MemOperand(source.rm(), source.offset() + kMipsLwlOffset));
1084 MemOperand source = rs; local
1086 AdjustBaseAndOffset(source, OffsetAccessType::TWO_ACCESSES, 3)
1100 MemOperand source = rs; local
1135 MemOperand source = rs; local
1172 MemOperand source = rs; local
    [all...]
  /external/v8/src/mips64/
macro-assembler-mips64.cc 2 // Use of this source code is governed by a BSD-style license that can be
1163 MemOperand source = rs; local
1198 MemOperand source = rs; local
1213 MemOperand source = rs; local
1247 MemOperand source = rs; local
1283 MemOperand source = rs; local
1311 MemOperand source = rs; local
1347 MemOperand source = rs; local
1411 MemOperand source = rs; local
1417 MemOperand source = rs; local
1423 MemOperand source = rs; local
1429 MemOperand source = rs; local
1435 MemOperand source = rs; local
1441 MemOperand source = rs; local
1447 MemOperand source = rs; local
1453 MemOperand source = rs; local
1459 MemOperand source = rs; local
1465 MemOperand source = rs; local
1471 MemOperand source = rs; local
    [all...]
  /dalvik/dx/etc/
jasmin.jar 
  /external/antlr/runtime/ActionScript/project/lib/
FlexAntTasks.jar 
  /external/cldr/tools/java/libs/
icu4j.jar 
  /external/guice/extensions/persist/lib/
hibernate-entitymanager.jar 
servlet-api-2.5.jar 
  /cts/tests/tests/widget/src/android/widget/cts/
TextViewTest.java 2 * Copyright (C) 2008 The Android Open Source Project
167 import static java.lang.annotation.RetentionPolicy.SOURCE;
430 @Retention(SOURCE)
436 @Retention(SOURCE)
6252 final Spannable source = new SpannableString(lowerString); local
    [all...]
  /external/guice/extensions/servlet/lib/build/
servlet-api-2.5.jar 
  /external/guice/extensions/struts2/lib/
servlet-api-2.5.jar 
  /art/compiler/optimizing/
code_generator_arm64.cc 2 * Copyright (C) 2014 The Android Open Source Project
332 Location source = instruction_->IsLoadClass() ? out : locations->InAt(0); variable
334 source, variable
1936 CPURegister source = value; local
2387 MemOperand source = HeapOperand(obj); local
2526 CPURegister source = value; local
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/cts/
BitmapTest.java 2 * Copyright (C) 2008 The Android Open Source Project
288 // abnormal case: (x + width) bigger than source bitmap's width
296 // abnormal case: (y + height) bigger than source bitmap's height
845 int source = mBitmap.getPixel(10, 20); local
864 int source = mBitmap.getPixel(10, 20); local
    [all...]
  /cts/tests/tests/text/src/android/text/cts/
TextUtilsTest.java 2 * Copyright (C) 2008 The Android Open Source Project
446 // exceptional source start
457 // exceptional source end
488 // exceptional source
1208 String source = "string to be reversed"; local
2240 CharSequence source = "test dump spans"; local
    [all...]
  /external/ImageMagick/MagickCore/
xwindow.c 5346 source; local
    [all...]
  /external/clang/tools/c-index-test/
c-index-test.c 965 CXString source; local
968 source = clang_getFileName(file);
969 if (!clang_getCString(source)) {
970 clang_disposeString(source);
974 const char *b = basename(clang_getCString(source));
975 clang_disposeString(source);
1152 CXString source; local
    [all...]

Completed in 2326 milliseconds

<<41424344454647484950>>