/ndk/sources/cxx-stl/gabi++/src/ |
vmi_class_type_info.cc | 41 __UpcastInfo& info) const { 42 if (self_class_type_match(base_type, adjustedPtr, info)) { 66 (info.premier_flags & __non_diamond_repeat_mask) == 0) { 92 if (info.base_type == NULL && cur_base_info.base_type != NULL) { 93 info = cur_base_info; 94 if (info.status == __UpcastInfo::has_public_contained && 105 // but we need some information kept in the info. 111 assert (info.base_type != NULL && cur_base_info.base_type != NULL); 114 if (*cur_base_info.base_type != *info.base_type) { 115 info.status = __UpcastInfo::has_ambig_or_not_public [all...] |
/external/chromium_org/third_party/harfbuzz-ng/src/ |
hb-ot-layout-private.hh | 188 _hb_glyph_info_set_unicode_props (hb_glyph_info_t *info, hb_unicode_funcs_t *unicode) 191 info->unicode_props0() = ((unsigned int) unicode->general_category (info->codepoint)) | 192 (unicode->is_default_ignorable (info->codepoint) ? MASK0_IGNORABLE : 0) | 193 (info->codepoint == 0x200C ? MASK0_ZWNJ : 0) | 194 (info->codepoint == 0x200D ? MASK0_ZWJ : 0); 195 info->unicode_props1() = unicode->modified_combining_class (info->codepoint); 199 _hb_glyph_info_set_general_category (hb_glyph_info_t *info, 202 info->unicode_props0() = (unsigned int) gen_cat | ((info->unicode_props0()) & ~MASK0_GEN_CAT) [all...] |
/external/chromium_org/third_party/libjingle/source/talk/session/media/ |
currentspeakermonitor_unittest.cc | 49 void EmitAudioMonitor(const AudioInfo& info) { 50 SignalAudioMonitor(this, info); 86 static void InitAudioInfo(AudioInfo* info, int input_level, int output_level) { 87 info->input_level = input_level; 88 info->output_level = output_level; 92 AudioInfo info; local 93 InitAudioInfo(&info, 0, 0); 94 call_->EmitAudioMonitor(info); 101 AudioInfo info; local 102 InitAudioInfo(&info, 0, 0) 123 AudioInfo info; local 150 AudioInfo info; local 179 AudioInfo info; local [all...] |
/external/flac/libFLAC/ |
cpu.c | 155 void FLAC__cpu_info(FLAC__CPUInfo *info) 161 info->type = FLAC__CPUINFO_TYPE_IA32; 163 info->use_asm = true; /* we assume a minimum of 80386 with FLAC__CPU_IA32 */ 164 info->data.ia32.cpuid = FLAC__cpu_have_cpuid_asm_ia32()? true : false; 165 info->data.ia32.bswap = info->data.ia32.cpuid; /* CPUID => BSWAP since it came after */ 166 info->data.ia32.cmov = false; 167 info->data.ia32.mmx = false; 168 info->data.ia32.fxsr = false; 169 info->data.ia32.sse = false [all...] |
/external/chromium_org/tools/traceline/traceline/ |
sym_resolver.h | 63 // collect all of the base addresses and query for more info. 74 IMAGEHLP_MODULE64 info; local 75 info.SizeOfStruct = sizeof(info); 76 if (SymGetModuleInfo64(proc_, bases[i], &info) != TRUE) { 79 std::string filename(info.ImageName); 94 SYMBOL_INFO info; member in struct:SymResolver::__anon14676 96 } info = {0}; local 98 info.info.SizeOfStruct = sizeof(info.info) 112 SYMBOL_INFO info; member in struct:SymResolver::__anon14677 114 } info = {0}; local [all...] |
/external/harfbuzz_ng/src/ |
hb-ot-layout-private.hh | 52 _hb_glyph_info_set_unicode_props (hb_glyph_info_t *info, hb_unicode_funcs_t *unicode) 54 info->unicode_props0() = ((unsigned int) unicode->general_category (info->codepoint)) | 55 (unicode->is_default_ignorable (info->codepoint) ? 0x80 : 0) | 56 (info->codepoint == 0x200C ? 0x40 : 0) | 57 (info->codepoint == 0x200D ? 0x20 : 0); 58 info->unicode_props1() = unicode->modified_combining_class (info->codepoint); 62 _hb_glyph_info_get_general_category (const hb_glyph_info_t *info) 64 return (hb_unicode_general_category_t) (info->unicode_props0() & 0x1F) [all...] |
/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/ |
V8TestObjectPython.cpp | 99 // (More info on the MSVC bug here: http://connect.microsoft.com/VisualStudio/feedback/details/664619/the-namespace-of-local-function-declarations-in-c) 112 static void readonlyStringAttributeAttributeGetter(const v8::PropertyCallbackInfo<v8::Value>& info) 114 TestObjectPython* imp = V8TestObjectPython::toNative(info.Holder()); 115 v8SetReturnValueString(info, imp->readonlyStringAttribute(), info.GetIsolate()); 118 static void readonlyStringAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info) 121 TestObjectPythonV8Internal::readonlyStringAttributeAttributeGetter(info); 125 static void readonlyTestInterfaceEmptyAttributeAttributeGetter(const v8::PropertyCallbackInfo<v8::Value>& info) 127 TestObjectPython* imp = V8TestObjectPython::toNative(info.Holder()); 129 if (result && DOMDataStore::setReturnValueFromWrapper<V8TestInterfaceEmpty>(info.GetReturnValue(), result.get()) [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/tests/graw/ |
fs-write-z.c | 14 static struct graw_info info; variable in typeref:struct:graw_info 90 handle = info.ctx->create_vertex_elements_state(info.ctx, 2, ve); 91 info.ctx->bind_vertex_elements_state(info.ctx, handle); 96 vbuf.buffer = pipe_buffer_create_with_data(info.ctx, 102 info.ctx->set_vertex_buffers(info.ctx, 1, &vbuf); 120 handle = graw_parse_vertex_shader(info.ctx, text); 121 info.ctx->bind_vs_state(info.ctx, handle) [all...] |
quad-tex.c | 10 static struct graw_info info; variable in typeref:struct:graw_info 53 handle = info.ctx->create_vertex_elements_state(info.ctx, 2, ve); 54 info.ctx->bind_vertex_elements_state(info.ctx, handle); 59 vbuf.buffer = pipe_buffer_create_with_data(info.ctx, 65 info.ctx->set_vertex_buffers(info.ctx, 1, &vbuf); 81 handle = graw_parse_vertex_shader(info.ctx, text); 82 info.ctx->bind_vs_state(info.ctx, handle) [all...] |
tex-srgb.c | 10 static struct graw_info info; variable in typeref:struct:graw_info 69 handle = info.ctx->create_vertex_elements_state(info.ctx, 2, ve); 70 info.ctx->bind_vertex_elements_state(info.ctx, handle); 75 vbuf.buffer = pipe_buffer_create_with_data(info.ctx, 81 info.ctx->set_vertex_buffers(info.ctx, 1, &vbuf); 97 handle = graw_parse_vertex_shader(info.ctx, text); 98 info.ctx->bind_vs_state(info.ctx, handle) [all...] |
/external/mesa3d/src/gallium/tests/graw/ |
fs-write-z.c | 14 static struct graw_info info; variable in typeref:struct:graw_info 90 handle = info.ctx->create_vertex_elements_state(info.ctx, 2, ve); 91 info.ctx->bind_vertex_elements_state(info.ctx, handle); 96 vbuf.buffer = pipe_buffer_create_with_data(info.ctx, 102 info.ctx->set_vertex_buffers(info.ctx, 1, &vbuf); 120 handle = graw_parse_vertex_shader(info.ctx, text); 121 info.ctx->bind_vs_state(info.ctx, handle) [all...] |
quad-tex.c | 10 static struct graw_info info; variable in typeref:struct:graw_info 53 handle = info.ctx->create_vertex_elements_state(info.ctx, 2, ve); 54 info.ctx->bind_vertex_elements_state(info.ctx, handle); 59 vbuf.buffer = pipe_buffer_create_with_data(info.ctx, 65 info.ctx->set_vertex_buffers(info.ctx, 1, &vbuf); 81 handle = graw_parse_vertex_shader(info.ctx, text); 82 info.ctx->bind_vs_state(info.ctx, handle) [all...] |
tex-srgb.c | 10 static struct graw_info info; variable in typeref:struct:graw_info 69 handle = info.ctx->create_vertex_elements_state(info.ctx, 2, ve); 70 info.ctx->bind_vertex_elements_state(info.ctx, handle); 75 vbuf.buffer = pipe_buffer_create_with_data(info.ctx, 81 info.ctx->set_vertex_buffers(info.ctx, 1, &vbuf); 97 handle = graw_parse_vertex_shader(info.ctx, text); 98 info.ctx->bind_vs_state(info.ctx, handle) [all...] |
/external/proguard/src/proguard/optimize/evaluation/ |
StoringInvocationUnit.java | 27 import proguard.optimize.info.*; 135 FieldOptimizationInfo info = FieldOptimizationInfo.getFieldOptimizationInfo(field); local 136 if (info != null) 138 info.generalizeReferencedClass(value); 145 FieldOptimizationInfo info = FieldOptimizationInfo.getFieldOptimizationInfo(field); local 146 return info != null ? 147 info.getReferencedClass() : 154 FieldOptimizationInfo info = FieldOptimizationInfo.getFieldOptimizationInfo(field); local 155 if (info != null) 157 info.generalizeValue(value) 164 FieldOptimizationInfo info = FieldOptimizationInfo.getFieldOptimizationInfo(field); local 173 MethodOptimizationInfo info = MethodOptimizationInfo.getMethodOptimizationInfo(method); local 183 MethodOptimizationInfo info = MethodOptimizationInfo.getMethodOptimizationInfo(method); local 192 MethodOptimizationInfo info = MethodOptimizationInfo.getMethodOptimizationInfo(method); local 202 MethodOptimizationInfo info = MethodOptimizationInfo.getMethodOptimizationInfo(method); local [all...] |
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
BluetoothOppBatch.java | 103 * @param info, BluetoothOppShareInfo 105 public BluetoothOppBatch(Context context, BluetoothOppShareInfo info) { 109 mTimestamp = info.mTimestamp; 110 mDirection = info.mDirection; 111 mDestination = adapter.getRemoteDevice(info.mDestination); 113 mShares.add(info); 115 if (V) Log.v(TAG, "New Batch created for info " + info.mId); 125 public void addShare(BluetoothOppShareInfo info) { 126 mShares.add(info); 166 BluetoothOppShareInfo info = mShares.get(i); local [all...] |
/external/chromium_org/content/public/common/ |
pepper_plugin_info.cc | 28 WebPluginInfo info; local 30 info.type = is_out_of_process ? 36 info.name = name.empty() ? 38 info.path = path; 39 info.version = ASCIIToUTF16(version); 40 info.desc = ASCIIToUTF16(description); 41 info.mime_types = mime_types; 42 info.pepper_permissions = permissions; 44 return info;
|
/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/ |
V8CryptoCustom.cpp | 42 void V8Crypto::getRandomValuesMethodCustom(const v8::FunctionCallbackInfo<v8::Value>& info) 44 ExceptionState exceptionState(ExceptionState::ExecutionContext, "getRandomValues", "Crypto", info.Holder(), info.GetIsolate()); 45 if (info.Length() < 1) { 46 exceptionState.throwTypeError(ExceptionMessages::notEnoughArguments(1, info.Length())); 51 v8::Handle<v8::Value> buffer = info[0]; 52 if (!V8ArrayBufferView::hasInstance(buffer, info.GetIsolate(), worldType(info.GetIsolate()))) { 64 v8SetReturnValue(info, buffer);
|
V8MessagePortCustom.cpp | 44 void V8MessagePort::postMessageMethodCustom(const v8::FunctionCallbackInfo<v8::Value>& info) 46 ExceptionState exceptionState(ExceptionState::ExecutionContext, "postMessage", "MessagePort", info.Holder(), info.GetIsolate()); 47 MessagePort* messagePort = V8MessagePort::toNative(info.Holder()); 50 if (info.Length() > 1) { 53 if (!extractTransferables(info[transferablesArgIndex], portArray, arrayBufferArray, notASequence, info.GetIsolate())) { 62 RefPtr<SerializedScriptValue> message = SerializedScriptValue::create(info[0], &portArray, &arrayBufferArray, didThrow, info.GetIsolate());
|
V8WebKitPointCustom.cpp | 41 void V8WebKitPoint::constructorCustom(const v8::FunctionCallbackInfo<v8::Value>& info) 45 if (info.Length() > 1) { 46 if (!info[0]->IsUndefined()) { 47 x = toFloat(info[0]); 51 if (!info[1]->IsUndefined()) { 52 y = toFloat(info[1]); 58 v8::Handle<v8::Object> wrapper = info.Holder(); 59 V8DOMWrapper::associateObjectWithWrapper<V8WebKitPoint>(point.release(), &wrapperTypeInfo, wrapper, info.GetIsolate(), WrapperConfiguration::Dependent); 60 info.GetReturnValue().Set(wrapper);
|
V8WorkerCustom.cpp | 45 void V8Worker::postMessageMethodCustom(const v8::FunctionCallbackInfo<v8::Value>& info) 47 ExceptionState exceptionState(ExceptionState::ExecutionContext, "postMessage", "Worker", info.Holder(), info.GetIsolate()); 48 Worker* worker = V8Worker::toNative(info.Holder()); 51 if (info.Length() > 1) { 54 if (!extractTransferables(info[transferablesArgIndex], ports, arrayBuffers, notASequence, info.GetIsolate())) { 63 RefPtr<SerializedScriptValue> message = SerializedScriptValue::create(info[0], &ports, &arrayBuffers, didThrow, info.GetIsolate());
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/ |
r300_shader_semantics.h | 48 struct r300_shader_semantics* info) 52 info->pos = ATTR_UNUSED; 53 info->psize = ATTR_UNUSED; 54 info->face = ATTR_UNUSED; 55 info->fog = ATTR_UNUSED; 56 info->wpos = ATTR_UNUSED; 59 info->color[i] = ATTR_UNUSED; 60 info->bcolor[i] = ATTR_UNUSED; 64 info->generic[i] = ATTR_UNUSED;
|
/external/chromium_org/third_party/skia/src/image/ |
SkImage_Raster.cpp | 17 static bool ValidArgs(const Info& info, size_t rowBytes) { 21 if (info.fWidth < 0 || info.fHeight < 0) { 24 if (info.fWidth > maxDimension || info.fHeight > maxDimension) { 27 if ((unsigned)info.fColorType > (unsigned)kLastEnum_SkColorType) { 30 if ((unsigned)info.fAlphaType > (unsigned)kLastEnum_SkAlphaType) { 34 if (SkImageInfoToBitmapConfig(info) == SkBitmap::kNo_Config) { 40 if (rowBytes < SkImageMinRowBytes(info)) { [all...] |
/external/mesa3d/src/gallium/drivers/r300/ |
r300_shader_semantics.h | 48 struct r300_shader_semantics* info) 52 info->pos = ATTR_UNUSED; 53 info->psize = ATTR_UNUSED; 54 info->face = ATTR_UNUSED; 55 info->fog = ATTR_UNUSED; 56 info->wpos = ATTR_UNUSED; 59 info->color[i] = ATTR_UNUSED; 60 info->bcolor[i] = ATTR_UNUSED; 64 info->generic[i] = ATTR_UNUSED;
|
/external/skia/src/image/ |
SkImage_Raster.cpp | 17 static bool ValidArgs(const Info& info, size_t rowBytes) { 21 if (info.fWidth < 0 || info.fHeight < 0) { 24 if (info.fWidth > maxDimension || info.fHeight > maxDimension) { 27 if ((unsigned)info.fColorType > (unsigned)kLastEnum_SkColorType) { 30 if ((unsigned)info.fAlphaType > (unsigned)kLastEnum_SkAlphaType) { 34 if (SkImageInfoToBitmapConfig(info) == SkBitmap::kNo_Config) { 40 if (rowBytes < SkImageMinRowBytes(info)) { [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/ |
seq.h | 114 int snd_seq_system_info_get_queues(const snd_seq_system_info_t *info); 115 int snd_seq_system_info_get_clients(const snd_seq_system_info_t *info); 116 int snd_seq_system_info_get_ports(const snd_seq_system_info_t *info); 117 int snd_seq_system_info_get_channels(const snd_seq_system_info_t *info); 118 int snd_seq_system_info_get_cur_clients(const snd_seq_system_info_t *info); 119 int snd_seq_system_info_get_cur_queues(const snd_seq_system_info_t *info); 121 int snd_seq_system_info(snd_seq_t *handle, snd_seq_system_info_t *info); 150 int snd_seq_client_info_get_client(const snd_seq_client_info_t *info); 151 snd_seq_client_type_t snd_seq_client_info_get_type(const snd_seq_client_info_t *info); 152 const char *snd_seq_client_info_get_name(snd_seq_client_info_t *info); [all...] |