/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/ |
p7.cpp | 13 void test_capture_constness(int i, const int ic) { 14 (void)[i,ic] ()->void { 16 float &fr2 = check_const_int(ic); 21 float &fr2 = check_const_int(ic); 24 (void)[i,ic] () mutable ->void { 26 float &fr = check_const_int(ic); 31 float &fr = check_const_int(ic); 34 (void)[&i,&ic] ()->void { 36 float &fr = check_const_int(ic); 41 float &fr = check_const_int(ic); [all...] |
/external/clang/test/CodeGen/ |
2002-02-13-UnnamedLocal.c | 14 int foo(foostruct ic);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.nonmodifying/alg.find.first.of/ |
find_first_of.pass.cpp | 33 int ic[] = {7}; local 36 forward_iterator<const int*>(ic), 37 forward_iterator<const int*>(ic + 1)) == 41 forward_iterator<const int*>(ic), 42 forward_iterator<const int*>(ic)) == 46 forward_iterator<const int*>(ic), 47 forward_iterator<const int*>(ic+1)) ==
|
find_first_of_pred.pass.cpp | 36 int ic[] = {7}; local 39 forward_iterator<const int*>(ic), 40 forward_iterator<const int*>(ic + 1), 45 forward_iterator<const int*>(ic), 46 forward_iterator<const int*>(ic), 51 forward_iterator<const int*>(ic), 52 forward_iterator<const int*>(ic+1),
|
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/ |
st_atom_pixeltransfer.c | 147 GLuint ic = 0; local 161 _mesa_init_instructions(inst + ic, 1); 162 inst[ic].Opcode = OPCODE_TEX; 163 inst[ic].DstReg.File = PROGRAM_TEMPORARY; 164 inst[ic].DstReg.Index = colorTemp; 165 inst[ic].SrcReg[0].File = PROGRAM_INPUT; 166 inst[ic].SrcReg[0].Index = FRAG_ATTRIB_TEX0; 167 inst[ic].TexSrcUnit = 0; 168 inst[ic].TexSrcTarget = TEXTURE_2D_INDEX; 169 ic++ [all...] |
/external/mesa3d/src/mesa/state_tracker/ |
st_atom_pixeltransfer.c | 147 GLuint ic = 0; local 161 _mesa_init_instructions(inst + ic, 1); 162 inst[ic].Opcode = OPCODE_TEX; 163 inst[ic].DstReg.File = PROGRAM_TEMPORARY; 164 inst[ic].DstReg.Index = colorTemp; 165 inst[ic].SrcReg[0].File = PROGRAM_INPUT; 166 inst[ic].SrcReg[0].Index = FRAG_ATTRIB_TEX0; 167 inst[ic].TexSrcUnit = 0; 168 inst[ic].TexSrcTarget = TEXTURE_2D_INDEX; 169 ic++ [all...] |
/frameworks/base/core/java/com/android/internal/view/ |
IInputConnectionWrapper.java | 196 InputConnection ic = mInputConnection.get(); local 197 if (ic == null || !isActive()) { 202 args.callback.setTextAfterCursor(ic.getTextAfterCursor( 212 InputConnection ic = mInputConnection.get(); local 213 if (ic == null || !isActive()) { 218 args.callback.setTextBeforeCursor(ic.getTextBeforeCursor( 228 InputConnection ic = mInputConnection.get(); local 229 if (ic == null || !isActive()) { 234 args.callback.setSelectedText(ic.getSelectedText( 244 InputConnection ic = mInputConnection.get() local 260 InputConnection ic = mInputConnection.get(); local 274 InputConnection ic = mInputConnection.get(); local 283 InputConnection ic = mInputConnection.get(); local 292 InputConnection ic = mInputConnection.get(); local 301 InputConnection ic = mInputConnection.get(); local 310 InputConnection ic = mInputConnection.get(); local 319 InputConnection ic = mInputConnection.get(); local 328 InputConnection ic = mInputConnection.get(); local 337 InputConnection ic = mInputConnection.get(); local 346 InputConnection ic = mInputConnection.get(); local 359 InputConnection ic = mInputConnection.get(); local 368 InputConnection ic = mInputConnection.get(); local 377 InputConnection ic = mInputConnection.get(); local 386 InputConnection ic = mInputConnection.get(); local 395 InputConnection ic = mInputConnection.get(); local 404 InputConnection ic = mInputConnection.get(); local 413 InputConnection ic = mInputConnection.get(); local [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.modifying.operations/alg.reverse/ |
reverse.pass.cpp | 39 int ic[] = {0, 1, 2}; local 40 const unsigned sc = sizeof(ic)/sizeof(ic[0]); 41 std::reverse(Iter(ic), Iter(ic+sc)); 42 assert(ic[0] == 2); 43 assert(ic[1] == 1); 44 assert(ic[2] == 0);
|
/external/jmonkeyengine/engine/src/core/com/jme3/font/ |
Kerning.java | 70 InputCapsule ic = im.getCapsule(this); local 71 second = ic.readInt("second", 0); 72 amount = ic.readInt("amount", 0);
|
BitmapCharacter.java | 182 InputCapsule ic = im.getCapsule(this);
local 183 c = (char) ic.readInt("c", 0);
184 x = ic.readInt("x", 0);
185 y = ic.readInt("y", 0);
186 width = ic.readInt("width", 0);
187 height = ic.readInt("height", 0);
188 xOffset = ic.readInt("xOffset", 0);
189 yOffset = ic.readInt("yOffset", 0);
190 xAdvance = ic.readInt("xAdvance", 0);
192 int[] seconds = ic.readIntArray("seconds", null); [all...] |
/external/valgrind/main/none/tests/s390x/ |
insert.stdout.exp | 0 ic 0000000000000000 <- 0000000000000000 = 0000000000000000 2 ic 0000000000000001 <- 0000000000000000 = 0000000000000000 3 ic 000000000000FFFF <- 0000000000000000 = 000000000000FF00 4 ic 0000000000007FFF <- 0000000000000000 = 0000000000007F00 5 ic 0000000000008000 <- 0000000000000000 = 0000000000008000 6 ic 00000000FFFFFFFF <- 0000000000000000 = 00000000FFFFFF00 7 ic 0000000080000000 <- 0000000000000000 = 0000000080000000 8 ic 000000007FFFFFFF <- 0000000000000000 = 000000007FFFFF00 9 ic AAAAAAAAAAAAAAAA <- 0000000000000000 = AAAAAAAAAAAAAA00 10 ic 8000000000000000 <- 0000000000000000 = 800000000000000 [all...] |
/external/jmonkeyengine/engine/src/core/com/jme3/scene/ |
UserData.java | 133 InputCapsule ic = im.getCapsule(this); local 134 type = ic.readByte("type", (byte) 0); 138 value = ic.readInt("intVal", 0); 141 value = ic.readFloat("floatVal", 0f); 144 value = ic.readBoolean("boolVal", false); 147 value = ic.readString("strVal", null); 150 value = ic.readLong("longVal", 0l);
|
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/ |
RichInputConnectionAndTextRangeTests.java | 168 final RichInputConnection ic = new RichInputConnection(mockInputMethodService); local 174 ic.beginBatchEdit(); 176 r = ic.getWordRangeAtCursor(" ", 0); 180 r = ic.getWordRangeAtCursor(" ", 1); 182 ic.endBatchEdit(); 186 ic.beginBatchEdit(); 187 r = ic.getWordRangeAtCursor("\t", 1); 188 ic.endBatchEdit(); 193 ic.beginBatchEdit(); 194 r = ic.getWordRangeAtCursor("\t", 1) 234 final RichInputConnection ic = new RichInputConnection(mockInputMethodService); local [all...] |
/external/chromium_org/third_party/WebKit/Source/web/ |
WebDevToolsAgentImpl.cpp | 241 InspectorController* ic = inspectorController(); local 242 ic->disconnectFrontend(); 243 ic->hideHighlight(); 254 if (InspectorController* ic = inspectorController()) 255 ic->didBeginFrame(frameId); 260 if (InspectorController* ic = inspectorController()) 261 ic->didCancelFrame(); 266 if (InspectorController* ic = inspectorController()) 267 ic->willComposite(); 272 if (InspectorController* ic = inspectorController() 541 InspectorController* ic = inspectorController(); local 595 InspectorController* ic = inspectorController(); local [all...] |
/external/jmonkeyengine/engine/src/core/com/jme3/material/ |
RenderState.java | 363 InputCapsule ic = im.getCapsule(this); local 364 pointSprite = ic.readBoolean("pointSprite", false); 365 wireframe = ic.readBoolean("wireframe", false); 366 cullMode = ic.readEnum("cullMode", FaceCullMode.class, FaceCullMode.Back); 367 depthWrite = ic.readBoolean("depthWrite", true); 368 depthTest = ic.readBoolean("depthTest", true); 369 colorWrite = ic.readBoolean("colorWrite", true); 370 blendMode = ic.readEnum("blendMode", BlendMode.class, BlendMode.Off); 371 alphaTest = ic.readBoolean("alphaTest", false); 372 alphaFallOff = ic.readFloat("alphaFallOff", 0) [all...] |
TechniqueDef.java | 384 InputCapsule ic = im.getCapsule(this); local 385 name = ic.readString("name", null); 386 vertName = ic.readString("vertName", null); 387 fragName = ic.readString("fragName", null); 388 shaderLang = ic.readString("shaderLang", null); 389 presetDefines = (DefineList) ic.readSavable("presetDefines", null); 390 lightMode = ic.readEnum("lightMode", LightMode.class, LightMode.Disable); 391 shadowMode = ic.readEnum("shadowMode", ShadowMode.class, ShadowMode.Disable); 392 renderState = (RenderState) ic.readSavable("renderState", null); 393 usesShaders = ic.readBoolean("usesShaders", false) [all...] |
/external/jmonkeyengine/engine/src/core/com/jme3/shader/ |
ShaderVariable.java | 63 InputCapsule ic = im.getCapsule(this); local 64 name = ic.readString("name", null);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.nonmodifying/alg.search/ |
search_n.pass.cpp | 59 int ic[] = {0, 0, 0}; local 60 const unsigned sc = sizeof(ic)/sizeof(ic[0]); 61 assert(std::search_n(Iter(ic), Iter(ic+sc), 0, 0) == Iter(ic)); 62 assert(std::search_n(Iter(ic), Iter(ic+sc), 1, 0) == Iter(ic)); 63 assert(std::search_n(Iter(ic), Iter(ic+sc), 2, 0) == Iter(ic)) [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.merge/ |
merge.pass.cpp | 32 int* ic = new int[2*N]; local 38 InIter2(ib), InIter2(ib+N), OutIter(ic)); 39 assert(base(r) == ic+2*N); 40 assert(ic[0] == 0); 41 assert(ic[2*N-1] == 2*N-1); 42 assert(std::is_sorted(ic, ic+2*N)); 43 delete [] ic; 51 int* ic = new int[2*N]; local 53 ic[i] = i [all...] |
merge_comp.pass.cpp | 35 int* ic = new int[2*N]; local 43 InIter2(ib), InIter2(ib+N), OutIter(ic), std::greater<int>()); 44 assert(base(r) == ic+2*N); 45 assert(ic[0] == 2*N-1); 46 assert(ic[2*N-1] == 0); 47 assert(std::is_sorted(ic, ic+2*N, std::greater<int>())); 48 delete [] ic; 56 int* ic = new int[2*N]; local 58 ic[i] = i [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/ |
ic.py | 0 """IC wrapper module, based on Internet Config 1.3""" 4 warnpy3k("In 3.x, the ic module is removed.", stacklevel=2) 36 """An unparseable IC entry""" 163 class IC: 164 def __init__(self, signature='Pyth', ic=None): 165 if ic: 166 self.ic = ic 168 self.ic = icglue.ICStart(signature) 169 if hasattr(self.ic, 'ICFindConfigFile') [all...] |
/external/jmonkeyengine/engine/src/core/com/jme3/light/ |
Light.java | 190 InputCapsule ic = im.getCapsule(this); local 191 color = (ColorRGBA) ic.readSavable("color", null); 192 enabled = ic.readBoolean("enabled", true); 193 name = ic.readString("name", null);
|
/ndk/tests/device/test-stlport_shared-exception/jni/ |
new5.cpp | 14 Inner * ic = new (std::nothrow) Inner[1]; // SegFault here local
|
/ndk/tests/device/test-stlport_static-exception/jni/ |
new5.cpp | 14 Inner * ic = new (std::nothrow) Inner[1]; // SegFault here local
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.modifying.operations/alg.rotate/ |
rotate.pass.cpp | 55 int ic[] = {0, 1, 2}; local 56 const unsigned sc = sizeof(ic)/sizeof(ic[0]); 57 r = std::rotate(Iter(ic), Iter(ic), Iter(ic+sc)); 58 assert(base(r) == ic+sc); 59 assert(ic[0] == 0); 60 assert(ic[1] == 1); 61 assert(ic[2] == 2) 253 std::unique_ptr<int> ic[3]; local [all...] |