OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:accessType
(Results
1 - 6
of
6
) sorted by null
/dalvik/vm/compiler/codegen/x86/
BytecodeVisitor.cpp
[
all
...]
AnalysisO1.h
152
//!for def:
accessType
means which part of the VR defined at offestPC is live now
153
//!for use:
accessType
means which part of the usage comes from the reachingDef
158
RegAccessType
accessType
; //!D, L, H, N
165
RegAccessType
accessType
; //D, L, H, N
183
RegAccessType
accessType
;
242
RegAccessType
accessType
;
AnalysisO1.cpp
156
RegAccessType
accessType
157
1> DefOrUse.
accessType
161
2> VirtualRegInfo.
accessType
[
all
...]
/external/nist-sip/java/gov/nist/javax/sip/header/ims/
PAccessNetworkInfo.java
52
private String
accessType
;
82
+ "P-Access-Network-Info, setAccessType(), the
accessType
parameter is null.");
84
this.
accessType
= accessTypeVal;
91
return
accessType
;
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
BackingStore.java
347
public abstract Object lock(int
accessType
);
451
public Object lock(int
accessType
) {
538
public Object lock(int
accessType
) {
633
public Object lock(int
accessType
) {
634
switch (
accessType
) {
764
public Object lock(int
accessType
) {
875
public Object lock(int
accessType
) {
/external/chromium_org/third_party/WebKit/Source/bindings/scripts/
code_generator_v8.pm
838
static bool namedSecurityCheckCustom(v8::Local<v8::Object> host, v8::Local<v8::Value> key, v8::
AccessType
, v8::Local<v8::Value> data);
839
static bool indexedSecurityCheckCustom(v8::Local<v8::Object> host, uint32_t index, v8::
AccessType
, v8::Local<v8::Value> data);
[
all
...]
Completed in 114 milliseconds