OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:subLabel
(Results
1 - 6
of
6
) sorted by null
/external/grpc-grpc/examples/objective-c/auth_sample/
SelectUserViewController.h
26
@property(weak, nonatomic) IBOutlet UILabel *
subLabel
;
SelectUserViewController.m
55
self.
subLabel
.text = [NSString stringWithFormat:@"Scopes: %@", scopes];
65
self.
subLabel
.text = @"";
/dalvik/dx/src/com/android/dx/cf/code/
Frame.java
176
* @param
subLabel
{@code >=0;} A calling label of a subroutine
180
public Frame subFrameForLabel(int startLabel, int
subLabel
) {
184
subLocals = ((LocalsArraySet)locals).subArrayForLabel(
subLabel
);
308
* @param
subLabel
label of subroutine start block
312
public Frame mergeWithSubroutineCaller(Frame other, int
subLabel
,
322
newOtherSubroutines.add(
subLabel
);
376
* @param
subLabel
label of subroutine start block
381
public Frame makeNewSubroutineStartFrame(int
subLabel
, int callerLabel) {
383
newSubroutines.add(
subLabel
);
385
IntList.makeImmutable(
subLabel
));
[
all
...]
LocalsArraySet.java
447
* @param
subLabel
{@code >= 0;} A calling label of a subroutine
451
public LocalsArray subArrayForLabel(int
subLabel
) {
452
LocalsArray result = getSecondaryForLabel(
subLabel
);
Ropper.java
[
all
...]
/external/dexmaker/lib/
dalvik-dx-9.0.0_r3.jar
Completed in 711 milliseconds