OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:curvalue
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/platform/animation/
KeyframeValueList.cpp
36
const AnimationValue*
curValue
= m_values[i].get();
37
if (
curValue
->keyTime() == value->keyTime()) {
43
if (
curValue
->keyTime() > value->keyTime()) {
/frameworks/base/media/mca/filterfw/java/android/filterfw/io/
TextGraphReader.java
370
String
curValue
= null;
385
if ((
curValue
= scanner.tryEat(stringPattern)) != null) {
386
newVals.put(curKey,
curValue
.substring(1,
curValue
.length() - 1));
387
} else if ((
curValue
= scanner.tryEat(referencePattern)) != null) {
388
String refName =
curValue
.substring(1,
curValue
.length());
397
} else if ((
curValue
= scanner.tryEat(booleanPattern)) != null) {
398
newVals.put(curKey, Boolean.parseBoolean(
curValue
));
399
} else if ((
curValue
= scanner.tryEat(floatPattern)) != null)
[
all
...]
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
FrameValues.java
120
Object
curValue
= super.getValue();
121
if (
curValue
== null || !
curValue
.getClass().isArray()) {
125
curValue
= value;
128
Array.set(
curValue
, index, value);
/external/llvm/examples/BrainF/
BrainF.cpp
187
int
curvalue
= 0;
local
241
CreateGEP(curhead, ConstantInt::get(C, APInt(32,
curvalue
)),
276
CreateAdd(tape_0, ConstantInt::get(C, APInt(8,
curvalue
)), tapereg);
312
curvalue
= nextvalue;
337
curvalue
+= direction;
342
curvalue
= direction;
358
curvalue
+= direction;
363
curvalue
= direction;
/external/llvm/include/llvm/Bitcode/
BitstreamWriter.h
31
///
CurValue
- The current value. Only bits < CurBit are valid.
32
uint32_t
CurValue
;
97
: Out(O), CurBit(0),
CurValue
(0), CurCodeSize(2) {}
124
CurValue
|= Val << CurBit;
131
WriteWord(
CurValue
);
134
CurValue
= Val >> (32-CurBit);
136
CurValue
= 0;
151
WriteWord(
CurValue
);
153
CurValue
= 0;
/external/clang/lib/Frontend/
CompilerInvocation.cpp
[
all
...]
/frameworks/base/services/java/com/android/server/wm/
WindowManagerService.java
[
all
...]
Completed in 93 milliseconds