HomeSort by relevance Sort by last modified time
    Searched defs:source (Results 1976 - 2000 of 4117) sorted by null

<<71727374757677787980>>

  /external/swiftshader/src/OpenGL/libGL/
Context.cpp 2205 unsigned char *source = (unsigned char*)renderTarget->lock(rect.x0, rect.y0, sw::LOCK_READONLY); local
    [all...]
  /external/swiftshader/src/OpenGL/libGLES_CM/
Context.cpp 2414 unsigned char *source = (unsigned char*)renderTarget->lock(rect.x0, rect.y0, sw::LOCK_READONLY); local
    [all...]
  /external/v8/src/
d8.cc 2 // Use of this source code is governed by a BSD-style license that can be
216 Local<String> source = local
219 Local<Value> result = JSON::Parse(context, source).ToLocalChecked();
376 Local<String> source, Local<Value> name,
378 int source_length = source->Length();
380 source->Write(source_buffer, 0, source_length);
409 ScriptCompiler::Source script_source(source_copy, ScriptOrigin(name_copy));
429 Isolate* isolate, Local<String> source, Local<Value> name,
434 ScriptCompiler::Source script_source(source, origin)
984 Local<String> source = ReadFile(args.GetIsolate(), *file); local
1038 Local<String> source = ReadFile(args.GetIsolate(), *file); local
1363 Local<String> source = local
1903 Local<String> source = local
1932 Local<String> source = ReadFile(isolate, arg); local
2217 Local<String> source = local
    [all...]
  /external/v8/src/debug/
mirrors.js 2 // Use of this source code is governed by a BSD-style license that can be
927 * Returns the source code for the function.
928 * @return {string or undefined} The source code for the function. If the
931 FunctionMirror.prototype.source = function() { method in class:FunctionMirror
932 // Return source if function is resolved. Otherwise just fall through to
961 * Returns the script source position for the function. Only makes sense
975 * Returns the script source location object for the function. Only makes sense
1032 return this.source();
1171 * Returns the source to the regular expression.
1172 * @return {string or undefined} The source to the regular expressio
1174 RegExpMirror.prototype.source = function() { method in class:RegExpMirror
2373 ScriptMirror.prototype.source = function() { method in class:ScriptMirror
    [all...]
  /external/v8/src/ia32/
macro-assembler-ia32.cc 2 // Use of this source code is governed by a BSD-style license that can be
81 void MacroAssembler::StoreRoot(Register source,
89 source); local
    [all...]
  /external/v8/src/interpreter/
bytecode-generator.cc 2 // Use of this source code is governed by a BSD-style license that can be
1812 Register source = builder()->Parameter(variable->index() + 1); 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
84 void MacroAssembler::StoreRoot(Register source,
87 sw(source, MemOperand(s6, index << kPointerSizeLog2));
91 void MacroAssembler::StoreRoot(Register source,
97 sw(source, MemOperand(s6, index << kPointerSizeLog2));
1242 MemOperand source = rs; local
    [all...]
  /external/v8/src/x64/
assembler-x64.cc 2 // Use of this source code is governed by a BSD-style license that can be
894 Address source = pc_ + 4; local
895 intptr_t displacement = target - source;
    [all...]
  /external/v8/src/x87/
macro-assembler-x87.cc 2 // Use of this source code is governed by a BSD-style license that can be
81 void MacroAssembler::StoreRoot(Register source,
89 source); local
    [all...]
  /external/vulkan-validation-layers/demos/
cube.c 3466 struct android_poll_source* source; local
    [all...]
  /frameworks/av/services/audiopolicy/managerdefault/
AudioPolicyManager.cpp 2 * Copyright (C) 2009 The Android Open Source Project
493 // terminate active capture if on the same HW module as the call TX source device
3400 sp<AudioSourceDescriptor> source; local
4493 sp<AudioSourceDescriptor> source = local
4654 audio_source_t source = inputDesc->getHighestPrioritySource(true \/*activeOnly*\/); local
5586 const struct audio_port_config *source = &patchDesc->mPatch.sources[j]; local
    [all...]
  /frameworks/base/core/java/android/service/notification/
ZenModeConfig.java 2 * Copyright (c) 2014, The Android Open Source Project
142 public ZenModeConfig(Parcel source) {
143 allowCalls = source.readInt() == 1;
144 allowRepeatCallers = source.readInt() == 1;
145 allowMessages = source.readInt() == 1;
146 allowReminders = source.readInt() == 1;
147 allowEvents = source.readInt() == 1;
148 allowCallsFrom = source.readInt();
149 allowMessagesFrom = source.readInt();
150 user = source.readInt()
    [all...]
  /frameworks/base/services/core/java/com/android/server/hdmi/
HdmiCecLocalDeviceTv.java 2 * Copyright (C) 2014 The Android Open Source Project
89 // be able to switch to it upon receiving <Inactive Source> from currently active source.
90 // This remains valid only when the active source was switched via one touch play operation
91 // (either by TV or source device). Manual port switching invalidates this value to
92 // Constants.PORT_INVALID, for which case <Inactive Source> does not do anything.
105 // All external cec input(source) devices. Does not include system audio device.
125 // If true, do not do routing control/send active source for internal source.
133 // Message buffer used to buffer selected messages to process later. <Active Source>
737 int source = message.getSource(); local
    [all...]
  /hardware/qcom/msm8996/kernel-headers/sound/
asequencer.h 11 *** source file (e.g. under external/kernel-headers/original/) then
209 struct snd_seq_addr source; member in struct:snd_seq_event
  /hardware/qcom/msm8996/original-kernel-headers/sound/
asequencer.h 168 #define SNDRV_SEQ_ADDRESS_UNKNOWN 253 /* unknown source */
280 struct snd_seq_addr source; /* source address */ member in struct:snd_seq_event
517 int type; /* source timer type */
  /hardware/ril/reference-ril/
reference-ril.c 3 ** Copyright 2006, The Android Open Source Project
108 // CDMA Subscription Source
3315 int source = 0; local
    [all...]
  /packages/apps/TV/src/com/android/tv/tuner/tvinput/
TunerSessionWorker.java 2 * Copyright (C) 2015 The Android Open Source Project
60 import com.android.tv.tuner.source.TsDataSource;
61 import com.android.tv.tuner.source.TsDataSourceManager;
910 TsDataSource source = mPlayer.getDataSource(); local
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
NotificationUtils.java 2 * Copyright (C) 2013 The Android Open Source Project
1788 final Bitmap source = BitmapFactory.decodeStream(inputStream); local
    [all...]
  /packages/services/Car/service/src/com/android/car/
CarAudioService.java 2 * Copyright (C) 2015 The Android Open Source Project
573 throw new IllegalArgumentException("Specified ext source type is not available:" +
1875 public String source; field in class:CarAudioService.ExtSourceInfo
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sound/
asequencer.h 168 #define SNDRV_SEQ_ADDRESS_UNKNOWN 253 /* unknown source */
280 struct snd_seq_addr source; /* source address */ member in struct:snd_seq_event
517 int type; /* source timer type */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/sound/
asequencer.h 168 #define SNDRV_SEQ_ADDRESS_UNKNOWN 253 /* unknown source */
280 struct snd_seq_addr source; /* source address */ member in struct:snd_seq_event
517 int type; /* source timer type */
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
cpplib.h 232 cpp_token * GTY ((tag ("CPP_TOKEN_FLD_SOURCE"))) source; member in union:cpp_token_u
252 /* A type wide enough to hold any multibyte source character.
500 source file. It is used as a method of last resort to find headers
    [all...]
  /prebuilts/gradle-plugin/com/android/tools/sdklib/25.0.0-alpha1/
sdklib-25.0.0-alpha1.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/25.0.0-alpha3/
sdklib-25.0.0-alpha3.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib-test/25.0.0-alpha1/
sdklib-test-25.0.0-alpha1.jar 

Completed in 1499 milliseconds

<<71727374757677787980>>