Searched refs:of (Results 351 - 375 of 2387) sorted by relevance

<<11121314151617181920>>

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/
H A DImmutableAnnotationElement.java9 * * Redistributions of source code must retain the above copyright
10 * notice, this list of conditions and the following disclaimer.
12 * copyright notice, this list of conditions and the following disclaimer
15 * * Neither the name of Google Inc. nor the names of its
52 this.value = ImmutableEncodedValueFactory.of(value);
61 public static ImmutableAnnotationElement of(AnnotationElement annotationElement) { method in class:ImmutableAnnotationElement
89 return ImmutableAnnotationElement.of(item);
/external/valgrind/main/none/tests/x86/
H A Daad_aam.c22 int of __attribute__((unused)); local
44 of=!!(flags&0x800);
48 // flags,cf,pf,af,zf,sf,of);
91 of=!!(flags&0x800);
95 // flags,cf,pf,af,zf,sf,of);
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
H A DRewriteRuleNodeStream.as4 /** Queues up nodes matched on left side of -> in a tree parser. This is
5 * the analog of RewriteRuleTokenStream for normal parsers.
/external/chromium_org/third_party/mesa/src/docs/
H A DMESA_ycbcr_texture.spec30 NV_texture_rectangle effects the definition of this extension.
62 Accepted by the <internalFormat> and <format> parameters of
67 Accepted by the <type> parameter of TexImage2D and TexSubImage2D:
72 Additions to Chapter 2 of the OpenGL 1.4 Specification (OpenGL Operation)
76 Additions to Chapter 3 of the OpenGL 1.4 Specification (Rasterization)
78 In section 3.6.4, Rasterization of Pixel Rectangles, on page 101,
81 type Parameter GL Data Number of Matching
88 In section 3.6.4, Rasterization of Pixel Rectangles, on page 102,
106 In section 3.6.4, Rasterization of Pixel Rectangles, on page 104,
116 another item to the list of TexImage2
[all...]
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
H A Dfilters_neon.S4 @ Use of this source code is governed by a BSD-style license
5 @ that can be found in the LICENSE file in the root of the source
8 @ be found in the AUTHORS file in the root of the source tree.
49 @ Calculate scaling (the value of shifting).
54 @ lower 32-bit words. Note that we don't care about the value of the upper
57 @ Check the case of 1 bit overflow. If it occurs store the results for
65 @ For the case of more than 1 bit overflow. If it occurs overwrite the
67 vclz.s32 d5, d16 @ Leading zeros of the two 32 bit words.
80 @ Generate rest of the coefficients
90 LOOP_8X_SAMPLES: @ Multiple of
[all...]
/external/chromium_org/tools/perf/benchmarks/
H A Dsunspider.py2 # Use of this source code is governed by a BSD-style license that can be
19 'Pure JavaScript computations of the kind you might use to do 3d '
23 'Pure JavaScript computations of the kind you might use to do 3d '
27 'Pure JavaScript computations of the kind you might use to do 3d '
36 'including games, mathematical computations, and various kinds of '
37 'encoding/decoding. It\'s also the only kind of math in JavaScript '
41 'including games, mathematical computations, and various kinds of '
42 'encoding/decoding. It\'s also the only kind of math in JavaScript '
46 'including games, mathematical computations, and various kinds of '
47 'encoding/decoding. It\'s also the only kind of mat
[all...]
/external/chromium_org/v8/test/mjsunit/
H A Dhtml-comments.js1 --> must work at beginning of file!
8 // * Redistributions of source code must retain the above copyright
9 // notice, this list of conditions and the following disclaimer.
11 // copyright notice, this list of conditions and the following
14 // * Neither the name of Google Inc. nor the names of its
/external/clang/test/CXX/temp/
H A Dp3.cpp10 expected-error {{use of undeclared identifier 'T'}} \
/external/clang/test/Lexer/
H A Dcxx0x_keyword_as_cxx98.cpp19 extern int CONCAT(align,of); // expected-warning {{'alignof' is a keyword in C++11}}
/external/clang/test/PCH/
H A Dpragma-diag-section.cpp30 expected-note@41 {{in instantiation of member function}} \
/external/clang/test/Sema/
H A Dimplicit-builtin-decl.c12 int *calloc(__SIZE_TYPE__, __SIZE_TYPE__); // expected-warning{{incompatible redeclaration of library function 'calloc'}} \
21 int malloc(int); // expected-warning{{incompatible redeclaration of library function 'malloc'}}
22 int strcpy(int); // expected-warning{{incompatible redeclaration of library function 'strcpy'}} \
27 fprintf(0, "foo"); // expected-warning{{declaration of built-in function 'fprintf' requires inclusion of the header <stdio.h>}} \
28 expected-warning {{implicit declaration of function 'fprintf' is invalid in C99}}
41 void * realloc(void *p, int size) { // expected-warning{{incompatible redeclaration of library function 'realloc'}} \
47 void snprintf(); // expected-warning{{incompatible redeclaration of library function 'snprintf'}} \
59 void longjmp(); // expected-warning{{declaration of built-in function 'longjmp' requires inclusion of th
[all...]
H A Dimplicit-decl.c13 expected-error {{implicit declaration of function '_CFCalendarDecomposeAbsoluteTimeV' is invalid in C99}}
16 printg("Hello, World!\n"); // expected-error{{implicit declaration of function 'printg' is invalid in C99}} \
19 __builtin_is_les(1, 3); // expected-error{{use of unknown builtin '__builtin_is_les'}}
30 formatd("Hello, World!\n"); // expected-error{{implicit declaration of function 'formatd' is invalid in C99}} \
H A Dincomplete-decl.c3 struct foo; // expected-note 5 {{forward declaration of 'struct foo'}}
9 static struct foo g; // expected-warning {{tentative definition of variable with internal linkage has incomplete non-array type 'struct foo'}} \
19 int ary[]; // expected-error{{definition of variable with array type needs an explicit size or an initializer}}
28 expected-note {{forward declaration of 'struct bar'}}
H A Dpragma-ms_struct.c9 #pragma ms_struct // expected-warning {{incorrect use of '#pragma ms_struct on|off' - ignored}}
11 #pragma ms_struct on top of spaghetti // expected-warning {{extra tokens at end of '#pragma ms_struct' - ignored}}
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/templates/headless-build/
H A Dbuild.properties4 # are made available under the terms of the Eclipse Public License v1.0
16 # configs - the list of {os, ws, arch} configurations to build.
18 # Of course any of the settings here can be overridden by spec'ing
21 #The type of the top level element we are building, generally "feature"
23 #The id of the top level element we are building
30 #Set the name of the archive that will result from the product build.
36 # The location underwhich all of the build output will be collected.
39 # The list of {os, ws, arch} configurations to build. This
40 # value is a '&' separated list of ',' separate triples. For example,
68 #The format of th
[all...]
/external/google-tv-pairing-protocol/cpp/
H A Dconfigure.ac12 [AS_HELP_STRING([--with-gtest], [location of Google Test source])],
17 [AS_HELP_STRING([--with-gmock], [location of Google Mock source])],
/external/guava/guava-tests/test/com/google/common/cache/
H A DForwardingLoadingCacheTest.java6 * You may obtain a copy of the License at
71 expect(mock.getAll(ImmutableList.of("key"))).andReturn(ImmutableMap.of("key", Boolean.TRUE));
73 assertEquals(ImmutableMap.of("key", Boolean.TRUE), forward.getAll(ImmutableList.of("key")));
/external/guava/guava-tests/test/com/google/common/collect/
H A DImmutableMultimapAsMapImplementsMapTest.java6 * You may obtain a copy of the License at
40 return ImmutableMultimap.<String, Integer>of().asMap();
H A DImmutableMultimapTest.java6 * You may obtain a copy of the License at
86 = ImmutableSetMultimap.of("k1", "v1");
93 = ImmutableListMultimap.of("k1", "v1");
102 Multimap<Integer, UnhashableObject> multimap = ImmutableMultimap.of(
110 Multimap<Integer, Object> multimap = ImmutableMultimap.<Integer, Object>of(
H A DImmutableSetMultimapAsMapImplementsMapTest.java6 * You may obtain a copy of the License at
40 return ImmutableSetMultimap.<String, Integer>of().asMap();
/external/linux-tools-perf/perf-3.12.0/arch/sh/lib/
H A Dmemcpy.S3 * "memcpy" implementation of SuperH
11 * No overlap between the memory of DST and of SRC are assumed.
20 add r6,r0 ! From here, r0 points the end of copying point
/external/llvm/test/MC/ARM/
H A Dthumb-st_other.s1 @ Check the value of st_other for thumb function.
/external/llvm/test/MC/Mips/
H A Dnooddspreg-error.s9 # CHECK-ERROR: :[[@LINE-1]]:15: error: -mno-odd-spreg prohibits the use of odd FPU registers
10 # CHECK-ERROR: :[[@LINE-2]]:25: error: -mno-odd-spreg prohibits the use of odd FPU registers
/external/mesa3d/docs/
H A DMESA_ycbcr_texture.spec30 NV_texture_rectangle effects the definition of this extension.
62 Accepted by the <internalFormat> and <format> parameters of
67 Accepted by the <type> parameter of TexImage2D and TexSubImage2D:
72 Additions to Chapter 2 of the OpenGL 1.4 Specification (OpenGL Operation)
76 Additions to Chapter 3 of the OpenGL 1.4 Specification (Rasterization)
78 In section 3.6.4, Rasterization of Pixel Rectangles, on page 101,
81 type Parameter GL Data Number of Matching
88 In section 3.6.4, Rasterization of Pixel Rectangles, on page 102,
106 In section 3.6.4, Rasterization of Pixel Rectangles, on page 104,
116 another item to the list of TexImage2
[all...]
/external/smali/
H A DREADME.md3 smali/baksmali is an assembler/disassembler for the dex format used by dalvik, Android's Java VM implementation. The syntax is loosely based on Jasmin's/dedexer's syntax, and supports the full functionality of the dex format (annotations, debug info, line info, etc.)
9 - [#smali on freenode](http://webchat.freenode.net/?channels=smali) - Free free to drop by and ask a question. Don't expect an instant response, but if you hang around someone will respond. Think of it more in terms of.. multi-player notepad.

Completed in 775 milliseconds

<<11121314151617181920>>