OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:userType
(Results
1 - 7
of
7
) sorted by null
/external/nist-sip/java/gov/nist/javax/sip/address/
UserInfo.java
55
/**
userType
field
57
protected int
userType
;
83
if (this.
userType
!= other.
userType
) {
129
return
userType
;
181
userType
= type;
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/
PropertyBoxParserImpl.java
78
public Class<? extends Box> getClassForFourCc(String type, byte[]
userType
, String parent) {
79
FourCcToBox fourCcToBox = new FourCcToBox(type,
userType
, parent).invoke();
88
public Box createBox(String type, byte[]
userType
, String parent) {
90
FourCcToBox fourCcToBox = new FourCcToBox(type,
userType
, parent).invoke();
103
if ("
userType
".equals(param[i])) {
104
constructorArgs[i] =
userType
;
145
private byte[]
userType
;
150
public FourCcToBox(String type, byte[]
userType
, String parent) {
153
this.
userType
=
userType
;
[
all
...]
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/
AbstractBox.java
53
private byte[]
userType
;
64
protected AbstractBox(String type, byte[]
userType
) {
66
this.
userType
=
userType
;
190
return
userType
;
/external/chromium_org/third_party/angle/src/compiler/
SymbolTable.h
78
TVariable(const TString *name, const TType& t, bool uT = false ) : TSymbol(name), type(t),
userType
(uT), unionArray(0) { }
83
bool isUserType() const { return
userType
; }
111
bool
userType
;
/frameworks/av/media/libstagefright/mp4/
FragmentedMP4Parser.cpp
600
uint8_t
userType
[16];
607
memcpy(
userType
, mBuffer->data() + offset, 16);
[
all
...]
/packages/apps/Settings/src/com/android/settings/users/
UserSettings.java
312
private void onAddUserClicked(int
userType
) {
315
switch (
userType
) {
455
final int
userType
= dialogId == DIALOG_ADD_USER
463
addUserNow(
userType
);
570
private void addUserNow(final int
userType
) {
578
if (
userType
== USER_TYPE_USER) {
585
if (
userType
== USER_TYPE_USER) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.team.core_3.5.100.R36x_v20100825-0800.jar
Completed in 756 milliseconds