/external/javassist/src/main/javassist/bytecode/ |
LocalVariableAttribute.java | 135 * @param lessThan the index does not change if it 138 public void shiftIndex(int lessThan, int delta) { 142 if (org >= lessThan)
|
/external/webkit/Source/JavaScriptCore/assembler/ |
MacroAssemblerSH4.cpp | 38 const Condition MacroAssemblerSH4::LessThan = SH4Assembler::LT;
|
/external/webkit/Source/WebKit/chromium/src/ |
WebNotification.cpp | 65 bool WebNotification::lessThan(const WebNotification& other) const
|
WebNode.cpp | 71 bool WebNode::lessThan(const WebNode& n) const
|
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/ |
CropFilter.java | 68 " any(lessThan(v_texcoord, lo)) ||\n" +
|
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/ |
Initialize.cpp | 245 s.append(TString("bvec2 lessThan(vec2 x, vec2 y);")); 246 s.append(TString("bvec3 lessThan(vec3 x, vec3 y);")); 247 s.append(TString("bvec4 lessThan(vec4 x, vec4 y);")); 249 s.append(TString("bvec2 lessThan(ivec2 x, ivec2 y);")); 250 s.append(TString("bvec3 lessThan(ivec3 x, ivec3 y);")); 251 s.append(TString("bvec4 lessThan(ivec4 x, ivec4 y);")); 548 symbolTable.relateToOperator("lessThan", EOpLessThan);
|
/external/mesa3d/src/glsl/builtins/profiles/ |
130.frag | 386 bvec2 lessThan( vec2 x, vec2 y); 387 bvec3 lessThan( vec3 x, vec3 y); 388 bvec4 lessThan( vec4 x, vec4 y); 389 bvec2 lessThan(ivec2 x, ivec2 y); 390 bvec3 lessThan(ivec3 x, ivec3 y); 391 bvec4 lessThan(ivec4 x, ivec4 y); 392 bvec2 lessThan(uvec2 x, uvec2 y); 393 bvec3 lessThan(uvec3 x, uvec3 y); 394 bvec4 lessThan(uvec4 x, uvec4 y); [all...] |
130.vert | 388 bvec2 lessThan( vec2 x, vec2 y); 389 bvec3 lessThan( vec3 x, vec3 y); 390 bvec4 lessThan( vec4 x, vec4 y); 391 bvec2 lessThan(ivec2 x, ivec2 y); 392 bvec3 lessThan(ivec3 x, ivec3 y); 393 bvec4 lessThan(ivec4 x, ivec4 y); 394 bvec2 lessThan(uvec2 x, uvec2 y); 395 bvec3 lessThan(uvec3 x, uvec3 y); 396 bvec4 lessThan(uvec4 x, uvec4 y); [all...] |
/external/webkit/Source/JavaScriptCore/jit/ |
JITArithmetic32_64.cpp | 201 addJump(branch32(LessThan, regT0, Imm32(asString(getConstantOperand(op2))->tryGetValue()[0])), target); 211 addJump(branch32(LessThan, regT0, Imm32(getConstantOperand(op2).asInt32())), target); 216 addJump(branch32(LessThan, regT0, regT2), target); 279 addJump(branch32(invert ? LessThan : GreaterThanOrEqual, regT0, Imm32(asString(getConstantOperand(op1))->tryGetValue()[0])), target); 294 addJump(branch32(invert ? LessThan : GreaterThanOrEqual, regT2, Imm32(getConstantOperand(op1).asInt32())), target); 422 addSlowCase(branch32(LessThan, regT0, TrustedImm32(0))); 436 addSlowCase(branch32(LessThan, regT0, TrustedImm32(0))); 460 failures.append(branch32(LessThan, regT0, TrustedImm32(0))); [all...] |
ThunkGenerators.cpp | 118 jit.appendFailure(jit.branch32(MacroAssembler::LessThan, SpecializedThunkJIT::regT0, MacroAssembler::TrustedImm32(0)));
|
/external/chromium/net/base/ |
ip_endpoint_unittest.cc | 119 TEST_F(IPEndPointTest, LessThan) {
|
/external/libvpx/examples/includes/geshi/geshi/ |
glsl.php | 86 'lessThan', 'lessThanEqual', 'greaterThan', 'greaterThanEqual',
|
pixelbender.php | 94 'length', 'distance', 'dot', 'cross', 'normalize', 'matrixCompMult', 'lessThan',
|
/external/webkit/Source/JavaScriptCore/dfg/ |
DFGSpeculativeJIT.cpp | 327 speculationCheck(m_jit.branch32(MacroAssembler::LessThan, op1.registerID(), TrustedImm32(0))); 447 speculationCheck(m_jit.branch32(MacroAssembler::LessThan, reg1, TrustedImm32(0))); 448 speculationCheck(m_jit.branch32(MacroAssembler::LessThan, reg2, TrustedImm32(0))); 496 m_jit.set32Compare32(JITCompiler::LessThan, op1.registerID(), op2.registerID(), result.registerID());
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/ |
omxVCM4P2_DecodeVLCZigzag_IntraDCVLC_s.s | 169 SUBLT DCVal,DCVal,powOfSize ;// If Lessthan powOfSize/2 DCVal=DCVal-powOfSize+1
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/ |
omxVCM4P2_DecodeVLCZigzag_IntraDCVLC_s.s | 169 SUBLT DCVal,DCVal,powOfSize ;// If Lessthan powOfSize/2 DCVal=DCVal-powOfSize+1
|
/external/easymock/src/org/easymock/ |
EasyMock.java | 585 reportMatcher(new LessThan<T>(value));
598 reportMatcher(new LessThan<Byte>(value));
611 reportMatcher(new LessThan<Double>(value));
624 reportMatcher(new LessThan<Float>(value));
637 reportMatcher(new LessThan<Integer>(value));
650 reportMatcher(new LessThan<Long>(value));
663 reportMatcher(new LessThan<Short>(value));
[all...] |
/external/icu4c/common/unicode/ |
stringtriebuilder.h | 333 unit(middleUnit), lessThan(lessThanNode), greaterOrEqual(greaterOrEqualNode) {} 339 Node *lessThan;
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/ |
syncstr.h | 404 CARD64 * /*lessthan*/,
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/ |
syncstr.h | 404 CARD64 * /*lessthan*/,
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/ |
syncstr.h | 404 CARD64 * /*lessthan*/,
|
/external/webkit/Source/WebCore/ |
features.pri | 148 !lessThan(QT_MINOR_VERSION, 7) {
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/ |
vec.h | 406 bool (*lessthan) (const T, const T)); // Integer 408 bool (*lessthan) (const T, const T)); // Pointer 410 bool (*lessthan) (const T*, const T*)); // Object 413 changing the ordering of V. LESSTHAN is a function that returns [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
vec.h | 453 bool (*lessthan) (const T, const T)); // Integer 455 bool (*lessthan) (const T, const T)); // Pointer 457 bool (*lessthan) (const T*, const T*)); // Object 460 changing the ordering of V. LESSTHAN is a function that returns [all...] |
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
vec.h | 453 bool (*lessthan) (const T, const T)); // Integer 455 bool (*lessthan) (const T, const T)); // Pointer 457 bool (*lessthan) (const T*, const T*)); // Object 460 changing the ordering of V. LESSTHAN is a function that returns [all...] |